-
1 file
1) файл || формировать [организовывать] файл; заносить в файл; хранить в файле2) картотека; архив, комплект || составлять картотеку; вести картотеку•{to }close a file — закрывать файл
{to }create a file — создавать файл
{to }establish a file — выделять файл
{to }open a file — открывать файл
{to }reset a file — возвращаться к началу файла
- accounting file - activity file{to }scratch a file — ликвидировать файл
- archival quality file
- archived file
- attached file
- backup file
- batch transaction file
- binary resource file
- bit map file
- blocked file
- block-type file
- calendar file
- card file
- cassette file
- cataloged file
- central file
- chained file
- change file
- chapter file
- character-type file
- checkpoint file
- circular file
- class file
- com file
- combined file
- command file
- computer file
- concatenation file
- conceptual file
- configuration file
- contiguous file
- cross-index file
- crunched file
- data file
- data sensitive file
- DD file
- dead file - detail file
- device description file
- device independent file
- differential file
- digital audio file
- direct access file
- disk file
- display file
- drawing file - encrypted file
- exe file
- executable file
- flat file
- follow-up file
- forms file
- fresh operand file
- garbled file
- graphics file - hierarchical file
- immutable file
- inactive file
- index file
- indexed file
- indexed sequential file
- input file
- integrated data file
- inverted file
- jar file
- kill file
- labeled file
- license file
- link file
- linked file
- local file
- logical file
- lossy file
- magnetic card file
- magnetic disk file
- magnetic tape file
- main file
- manual file
- many-reel file
- master data file
- master file
- master-program file
- measurement file
- mechanized file
- memo file
- multiextent file
- multireel file
- multivolume file
- negative file
- netlist file
- nondedicated file
- object file
- on-line central file
- on-line file
- output file
- parallel search file
- permanent data file
- physical-image file
- printer description file
- private file
- privileged file
- problem file
- process data file
- program file
- protected file
- public file
- qualifying data file
- random file
- random-access file
- raw raster file
- README file
- readme file
- read-only file
- record address file
- recorder file
- reference file
- register file
- relational file
- remote file
- resource script file - scanline-data-formatted file
- scratch file
- seed file
- self-extracting file
- sequential file
- settings file
- setup file
- shared file
- sort file
- source file
- sparsed file
- spill file
- spooled file
- squeezed file
- standard file
- structured data file
- suspense file
- system file
- system recorder file
- tagged file
- tape file
- temporary file
- test-vector file
- text file
- threaded file
- trace file
- transaction file
- unireel file
- unlabeled file
- unlinked file
- unnamed file
- unstructured data file
- update file
- virus-infected file
- visible file
- volatile file
- wallpaper file
- wire file
- work fileEnglish-Russian dictionary of computer science and programming > file
-
2 LDF
1) Медицина: (laser doppler flowmetry лдф (лазерная допплеровская флоуметрия)2) Военный термин: lightweight digital facsimile, linear discriminate function, local defense forces, long-delay fuze3) Математика: линейная дискриминантная функция (linear discriminant function)4) Юридический термин: Legal Defense Fund5) Страхование: loss development factor6) Сокращение: Large Deployable Reflector, Lesotho Defence Force7) Вычислительная техника: Large Deployable Reflector (Space)8) Нефть: land disposal facility9) Океанография: Local Depth First10) Расширение файла: Library definition file (Geoworks), Data filer Form (IBM Works for OS/2)11) Электротехника: load factor12) Общественная организация: Lyme Disease Foundation, NAACP Legal Defense and Education Fund13) Чат: Little Dixie Flies14) NYSE. Latin American Discovery Fund, Inc. -
3 class
= class typeкласс, тип объектаодно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class
-
4 UFDL
сокр. от User File Definition LibraryEnglish-Russian dictionary of acronyms found in the documentation for the Alcatel 1000 System > UFDL
См. также в других словарях:
Library (computing) — This article is about the programming concept. For Windows 7 Libraries, see Features new to Windows 7#Libraries. Illustration of an application which uses libvorbisfile to play an Ogg Vorbis file In computer science, a library is a collection of… … Wikipedia
Definition of planet — Photograph of the crescent planet Neptune (top) and its moon Triton (center) … Wikipedia
Wavefront .obj file — For other uses, see Obj (disambiguation). OBJ geometry format Filename extension .obj Internet media type application/x tgif? Developed by Wavefront Technologies Type of format 3D model format OBJ (or .OBJ) is a ge … Wikipedia
List of file formats — This is an incomplete list, which may never be able to satisfy particular standards for completeness. You can help by expanding it with reliably sourced entries. See also: List of file formats (alphabetical) This is a list of file formats… … Wikipedia
Header file — In computer programming, particularly in the C and C++ programming languages, a header file or include file is a file, usually in the form of source code, that is automatically included in another source file by the compiler. Typically, header… … Wikipedia
Dynamic-link library — This article is about the OS/2 and Windows implementation. For dynamic linking of libraries in general, see Dynamic linker. Dynamic link library Filename extension .dll Internet media type application/x msd … Wikipedia
C standard library — The C Standard Library consists of a set of sections of the ANSI C standard in the programming language C. They describe a collection of headers and library routines used to implement common operations such as input/output[1] and string handling … Wikipedia
Tagged Image File Format — TIF and TIFF redirect here. For other uses, see TIF (disambiguation) and TIFF (disambiguation). Tagged Image File Format Filename extension .tiff, .tif Internet media type image/tiff, image/tiff fx Type code TIFF Unifo … Wikipedia
Office Open XML file formats — Main article: Office Open XML Office Open XML Office Open XML file formats Open Packaging Conventions Open Specification Promise Vector Markup Language Office Open XML software Comparison of Office Open XML software Office Open XML… … Wikipedia
Data file — A data file is a computer file which stores data to use by a computer application or system. It generally does not refer to files that contain instructions or code to be executed (typically called program files), or to files which define the… … Wikipedia
Device file — In Unix like operating systems, a device file or special file is an interface for a device driver that appears in a file system as if it were an ordinary file. There are also special device files in MS DOS and Microsoft Windows. They allow… … Wikipedia